Crate thc

source ·
Expand description

The H3 Compressor (THC).

This library allows to compress an H3 cell set into a compacted space-efficient representation.

This is especially useful for on-disk storage or on-wire transmission.

Enums§

Functions§

  • Compress a sorted stream of cell indexes.
  • Decompress the bytes into a stream of sorted cell indexes.